-
Notifications
You must be signed in to change notification settings - Fork 19.1k
feat(core): Adding a fake LLM with tool calling capabilities for easy integration with LangGraph #32002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat(core): Adding a fake LLM with tool calling capabilities for easy integration with LangGraph #32002
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
@eyurtsev Hi, I pushed a change for adding a fake llm with tool building capabilities yesterday. However, the deployment got skipped and got a message from verbal with links which upon opening shows Vercel error page. Can you please help me with what might have gone wrong and how I can rectify it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will review a bit more carefully later, but we don't want another implementation. Instead one of the existing implementations should be enhanced properly
CodSpeed WallTime Performance ReportMerging #32002 will not alter performanceComparing
|
CodSpeed Instrumentation Performance ReportMerging #32002 will not alter performanceComparing Summary
|
Added a new Fake LLM in lines of FakeListChatModel to return tool calls so that it is directly compatible with LangGraph. This fake LLM can be used for testing LangGraph workflows